6a1de07a7e5203f1cf5d34dba67d14bfa46765fa,languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/behavior/ClassConcept_Behavior.java,ClassConcept_Behavior,call_staticInitializers_3136320261464948039,#SNode#,358
Before Change
});
}
public static Iterable<SNode> call_staticInitializers_3136320261464948039(SNode thisNode) {
return Sequence.fromIterable(Classifier_Behavior.call_members_1465982738252129704(thisNode)).where(new IWhereFilter<SNode>() {
public boolean accept(SNode it) {
return SNodeOperations.isInstanceOf(it, MetaAdapterFactory.getConcept(0xf3061a5392264cc5L, 0xa443f952ceaf5816L, 0x11c7538039dL, "jetbrains.mps.baseLanguage.structure.StaticInitializer"));
}
}).select(new ISelector<SNode, SNode>() {
public SNode select(SNode it) {
return SNodeOperations.cast(it, MetaAdapterFactory.getConcept(0xf3061a5392264cc5L, 0xa443f952ceaf5816L, 0x11c7538039dL, "jetbrains.mps.baseLanguage.structure.StaticInitializer"));
}
});
}
public static Iterable<SNode> call_fields_5292274854859383272(SNode thisNode) {
return Sequence.fromIterable(Classifier_Behavior.call_members_1465982738252129704(thisNode)).where(new IWhereFilter<SNode>() {
After Change
return SNodeOperations.ofConcept(Classifier_Behavior.call_members_1465982738252129704(thisNode), MetaAdapterFactory.getConcept(0xf3061a5392264cc5L, 0xa443f952ceaf5816L, 0x118f0b909f7L, "jetbrains.mps.baseLanguage.structure.InstanceInitializer"));
}
public static Iterable<SNode> call_staticInitializers_3136320261464948039(SNode thisNode) {
return SNodeOperations.ofConcept(Classifier_Behavior.call_members_1465982738252129704(thisNode), MetaAdapterFactory.getConcept(0xf3061a5392264cc5L, 0xa443f952ceaf5816L, 0x11c7538039dL, "jetbrains.mps.baseLanguage.structure.StaticInitializer"));
}
public static Iterable<SNode> call_fields_5292274854859383272(SNode thisNode) {
return SNodeOperations.ofConcept(Classifier_Behavior.call_members_1465982738252129704(thisNode), MetaAdapterFactory.getConcept(0xf3061a5392264cc5L, 0xa443f952ceaf5816L, 0xf8c108ca68L, "jetbrains.mps.baseLanguage.structure.FieldDeclaration"));